home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / converter / pbm with gui / gui / pbm / pnmarith < prev    next >
Encoding:
Text File  |  1996-07-16  |  397 b   |  13 lines

  1. "pnmarith "Perform arithmetic
  2.     -add|-subtract|-multiply pnmfile1 pnmfile2
  3.    "Perform arithmetic on two PNM files"
  4.    "Arithmetic"
  5.    CYCLE "O_peration"!!Add/Subtract/Multiply!
  6.        "Add":"-add"
  7.        "Subtract":"-subtract"
  8.        "Multiply":"-multiply"
  9.    ENDCYCLE:"0"
  10.    LFILE "_Input":"":""!!First Input File!
  11.    FILE "_Second Input":"":""!!Second Input File!
  12.    SFILE "O_utput":">":""!!Output File!
  13.